go/types.Checker.interfacePtrError (method)

4 uses

	go/types (current package)
		call.go#L832: 			why = check.interfacePtrError(x.typ)
		lookup.go#L438: 				*cause = "(" + check.interfacePtrError(V) + ")"
		lookup.go#L440: 				*cause = "(" + check.interfacePtrError(T) + ")"
		lookup.go#L519: func (check *Checker) interfacePtrError(T Type) string {